From: Paul Eggert Date: Wed, 6 Jul 2011 23:29:03 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2998^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7de79c83edb71c2a2d1c3538d54a46a01d7fbd7c;p=emacs.git Add Bug#. --- diff --git a/ChangeLog b/ChangeLog index 0d69b94943e..62847460778 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2011-07-06 Paul Eggert - Add gnulib support for pthread_sigmask. + Add gnulib support for pthread_sigmask (Bug#9010). * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own implementation of 'sigprocmask' on Windows, and it assumes diff --git a/src/ChangeLog b/src/ChangeLog index 1dafbf53986..09746ecbd4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2011-07-06 Paul Eggert - Use pthread_sigmask, not sigprocmask. + Use pthread_sigmask, not sigprocmask (Bug#9010). * callproc.c (Fcall_process): * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask): * process.c (create_process):